
  

  
  

  
  
  
  
    


@layer base {
  
  body, :host {
    /* Color */
    --brand-1: #FCF9F8;
--brand-2: #FFF2EA;
--brand-3: #FFE6D3;
--brand-4: #FFD3B4;
--brand-5: #FFC59E;
--brand-6: #FFB584;
--brand-7: #FFA066;
--brand-8: #F7863D;
--brand-9: #FF8D45;
--brand-10: #F38238;
--brand-11: #C25600;
--brand-12: #5C2B09;
--ui-yellow: #FFC800;
--ui-green: #00B884;
--ui-red: #FD7173;
--ui-blue: #5577FF;
--ui-purple: #B290DE;
--ui-grey: #AAAAAA;
--ui-yellow-dark: #333333;
--ui-green-dark: #003325;
--ui-blue-dark: #001466;
--ui-red-dark: #460120;
--ui-purple-dark: #211037;
--ui-grey-dark: #333333;
--gray-0: #ffffff;
--gray-1: #F9F9FA;
--gray-2: #F6F6F8;
--gray-3: #ECEDF0;
--gray-4: #E4E5E9;
--gray-5: #DCDDE3;
--gray-6: #D4D6DC;
--gray-7: #C9CAD3;
--gray-8: #B5B7C2;
--gray-9: #878994;
--gray-10: #7D7F89;
--gray-11: #5E6069;
--gray-12: #1E1F24;
--grey-50: #FAFAFA;
--grey-100: #F5F5F5;
--grey-200: #E5E5E5;
--grey-300: #D4D4D4;
--grey-400: #A3A3A3;
--grey-500: #737373;
--grey-600: #525252;
--grey-700: #404040;
--grey-800: #262626;
--grey-900: #171717;
--red-50: #FEF2F2;
--red-100: #FEE2E2;
--red-200: #FECACA;
--red-300: #FCA5A5;
--red-400: #F87171;
--red-500: #EF4444;
--red-600: #DC2626;
--red-700: #B91C1C;
--red-800: #991B1B;
--red-900: #7F1D1D;
--blue-50: #EFF6FF;
--blue-100: #DBEAFE;
--blue-200: #BFDBFE;
--blue-300: #93C5FD;
--blue-400: #60A5FA;
--blue-500: #3B82F6;
--blue-600: #2563EB;
--blue-700: #1D4ED8;
--blue-800: #1E40AF;
--blue-900: #1E3A8A;
--lime-50: #F7FEE7;
--lime-100: #ECFCCB;
--lime-200: #D9F99D;
--lime-300: #BEF264;
--lime-400: #A3E635;
--lime-500: #84CC16;
--lime-600: #65A30D;
--lime-700: #4D7C0F;
--lime-800: #3F6212;
--lime-900: #365314;
--pink-50: #FDF2F8;
--pink-100: #FCE7F3;
--pink-200: #FBCFE8;
--pink-300: #F9A8D4;
--pink-400: #F472B6;
--pink-500: #EC4899;
--pink-600: #DB2777;
--pink-700: #BE185D;
--pink-800: #9D174D;
--pink-900: #831843;
--teal-50: #F0FDFA;
--teal-100: #CCFBF1;
--teal-200: #99F6E4;
--teal-300: #5EEAD4;
--teal-400: #2DD4BF;
--teal-500: #14B8A6;
--teal-600: #0D9488;
--teal-700: #0F766E;
--teal-800: #115E59;
--teal-900: #134E4A;
--green-50: #ECFDF5;
--green-100: #D1FAE5;
--green-200: #A7F3D0;
--green-300: #6EE7B7;
--green-400: #34D399;
--green-500: #10B981;
--green-600: #059669;
--green-700: #047857;
--green-800: #065F46;
--green-900: #064E3B;
--purple-50: #F5F3FF;
--purple-100: #EDE9FE;
--purple-200: #DDD6FE;
--purple-300: #C4B5FD;
--purple-400: #A78BFA;
--purple-500: #8B5CF6;
--purple-600: #7C3AED;
--purple-700: #6D28D9;
--purple-800: #5B21B6;
--purple-900: #4C1D95;
--yellow-50: #FFFBEB;
--yellow-100: #FEF3C7;
--yellow-200: #FDE68A;
--yellow-300: #FCD34D;
--yellow-400: #FBBF24;
--yellow-500: #F59E0B;
--yellow-600: #D97706;
--yellow-700: #B45309;
--yellow-800: #92400E;
--yellow-900: #78350F;
    /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-dmsans: 'DM Sans',sans-serif;
--font-spacegrotesk: 'Space Grotesk',sans-serif;
--font-syne: 'Syne',sans-serif;

    /* Font size */
    --font-size-xxs: 0.625rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--font-size-2xl: 1.5rem;
--font-size-3xl: 1.875rem;
--font-size-4xl: 2.25rem;
--font-size-5xl: 3rem;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}

      
  .eihjdR {
    width:100%;
  height:100svh;
  display:flex;
  background: white;
  overflow-x:clip;
  overflow-y:clip;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  .daNOYD {
    color:var(--brand-9);
  width:fit-content;
  display:flex;
  font-size:var(--font-size-lg);
  align-items:center;
  font-family:Space Grotesk;
  font-weight:var(--font-weight-normal);
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .ciyJPz {
    flex:1  ;
  width:100%;
  row-gap:1.5rem;
  column-gap:1.5rem;
  flex-direction:row;
  }
      

      
          @media (max-width: 800px) {
            
  .ciyJPz {
    flex-direction:column;
  }
      

          }
          
        
      
      
  .fvOpXN {
    color:inherit;
  width:auto;
  font-size:var(--font-size-3xl);
  max-width:100%;
  font-family:Syne;
  font-weight:var(--font-weight-bold);
  letter-spacing:-4%;
  text-transform:uppercase;
  }
      

      
        
      
      
  .cpSozp {
    width:100%;
  display:flex;
  background: black;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  .cuDYmL {
    cursor:pointer;
  display:flex;
  align-items:center;
  padding-top:0.5rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-bottom:0.5rem;
  justify-content:center;
  border-top-color:#00000033;
  border-top-style:solid;
  border-top-width:1px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cPrsie {
    top:120%;
  color:black;
  right:0px;
  width:auto;
  cursor:pointer;
  z-index:99;
  position:absolute;
  min-width:12rem;
  background:white;
  box-shadow:4px 4px 0px  black;
  transition:opacity 200ms ease;
  border-color:black;
  border-style:solid;
  border-width:1px;
  border-top-left-radius:0.5rem;
  border-top-right-radius:0.5rem;
  border-bottom-left-radius:0.5rem;
  border-bottom-right-radius:0.5rem;
  }
      

      
  .cPrsie {
    @starting-style {
            opacity:0;
          }
  }
      

        
      
      
  .lJNdN {
    left:-0.4rem;
  color:black;
  width:auto;
  bottom:-0.4rem;
  height:1rem;
  display:flex;
  position:absolute;
  font-size:var(--font-size-xs);
  min-width:1rem;
  background: var(--brand-9);
  align-items:center;
  font-family:DM Sans;
  font-weight:var(--font-weight-bold);
  justify-content:center;
  border-top-left-radius:100%;
  border-top-right-radius:100%;
  border-bottom-left-radius:100%;
  border-bottom-right-radius:100%;
  }
      

      
        
      
      
  .cTPcnw {
    color:white;
  width:100%;
  height:auto;
  display:flex;
  row-gap:1rem;
  max-width:75rem;
  background:;
  column-gap:1rem;
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:space-between;
  }
      

      
        
      
      
  .vQhqy {
    flex:1  ;
  display:flex;
  row-gap:0.6rem;
  column-gap:0.6rem;
  align-items:center;
  flex-direction:row;
  justify-content:flex-end;
  }
      

      
        
      
      
  .fzJVhh {
    max-width:1.1rem;
  }
      

      
        
      
      
  .fEmLIX {
    font-size:var(--font-size-sm);
  font-family:DM Sans;
  font-weight:var(--font-weight-bold);
  letter-spacing:5%;
  }
      

      
        
      
      
  .OVBzv {
    width:auto;
  height:auto;
  }
      

      
        
      
      
  .ezHLHb {
    font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  padding-left:0.1rem;
  padding-right:0.1rem;
  }
      

      
        
      
      
  .eyAmaz {
    width:100%;
  height:100%;
  }
      

      
        
      
      
  .dHsCIm {
    cursor:pointer;
  display:flex;
  row-gap:0.4rem;
  background:#FFFFFF1A;
  column-gap:0.4rem;
  align-items:center;
  padding-top:0.5rem;
  padding-left:0.75rem;
  padding-right:0.75rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:flex-start;
  border-top-left-radius:0.5rem;
  border-top-right-radius:0.5rem;
  border-bottom-left-radius:0.5rem;
  border-bottom-right-radius:0.5rem;
  }
      

      
        
      
      
  .eNjgMf {
    color:#ffffff99;
  display:inline-block;
  }
      

      
          @media (max-width: 700px) {
            
  .eNjgMf.notifications-allowed {
    display:none;
  }
      

          }
          
        
      
      
  .cVHvID {
    display:flex;
  row-gap:0.75rem;
  column-gap:0.75rem;
  align-items:flex-end;
  justify-content:center;
  }
      

      
        
      
      
  .bUyjlx {
    font-size:var(--font-size-sm);
  font-family:Space Grotesk;
  font-weight:var(--font-weight-normal);
  line-height:1.2;
  }
      

      
        
      
      
  .eBCuCv {
    rotate:0 0 1 0deg;
  transition:rotate 200ms cubic-bezier(0.42, 0, 0.58, 1);
  }
      

      
  .eBCuCv.open {
    rotate:0 0 1 180deg;
  }
      

        
      
      
  .eHmxqq {
    width:2.25rem;
  cursor:pointer;
  height:2.25rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .IVBcI {
    width:100%;
  row-gap:0.5rem;
  column-gap:0.5rem;
  }
      

      
        
      
      
  .dAjtdR {
    width:100%;
  height:100%;
  display:flex;
  opacity:0;
  z-index:-10;
  position:fixed;
  background: #00000099;
  transition:opacity 150ms ease  ;
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  justify-content:center;
  }
      

      
  .dAjtdR.show {
    opacity:1;
  z-index:100;
  }
      

        
      
      
  
      

      
        
      
      
  .bmRzmN {
    top:0px;
  width:100%;
  z-index:999999999999;
  position:fixed;
  }
      

      
        
      
      
  .UfdMS {
    width:100%;
  max-height:999px;
  transition:opacity 400ms ease 0ms , z-index 400ms ease 0ms , translate 400ms ease 0ms , scale 400ms ease 0ms , max-height 2000ms ease 0ms , padding-top 400ms ease 0ms ;
  align-items:center;
  padding-top:1rem;
  justify-content:center;
  }
      

      
  .UfdMS.over {
    scale:0.7;
  opacity:0;
  z-index:-1;
  translate:0 -100%;
  max-height:0px;
  padding-top:0px;
  padding-bottom:0px;
  }
      


  .UfdMS.out {
    scale:0.7;
  opacity:0;
  z-index:-1;
  translate:0 100%;
  max-height:0px;
  transition:all 300ms ease 0ms ;
  padding-top:0px;
  padding-bottom:0px;
  }
      

        
      
      
  .coWOAi {
    color:inherit;
  }
      

      
        
      
      
  .eZLEgM {
    width:var(--width);
  height:var(--height);
  }
      

      
        
      
      
  
      

      
        
      
      
  .eKXkmm {
    top:0.4rem;
  color:black;
  right:0.4rem;
  display:flex;
  padding:0.25rem;
  z-index:1;
  position:absolute;
  margin-left:auto;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  border-top-left-radius:0.4rem;
  border-top-right-radius:0.4rem;
  border-bottom-left-radius:0.4rem;
  border-bottom-right-radius:0.4rem;
  }
      

      
  .eKXkmm:hover {
    background:#0000000d;
  }
      


  .eKXkmm:focus {
    outline-color:black;
  outline-style:solid;
  outline-width:1px;
  --tw-ring-color:#cbd5e0;
  --tw-ring-shadow:0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-offset-width:2px;
  --tw-ring-offset-shadow:0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
      


  .eKXkmm.dark:focus {
    outline-color:var(--grey-800, #262626);
  outline-style:solid;
  outline-width:3px;
  }
      

        
      
      
  .fiXboL {
    flex:1;
  width:100%;
  display:flex;
  row-gap:0.2rem;
  column-gap:0.2rem;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  .bypkaf {
    color:black;
  display:block;
  font-size:var(--font-size-xs);
  font-family:"DM Sans";
  font-weight:400;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .eHhBxN {
    width:100%;
  display:flex;
  padding:1rem;
  z-index:;
  position:relative;
  background:#fff;
  box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transition:all 300ms ease 0ms ;
  align-items:start;
  border-color:blak;
  border-style:solid;
  border-width:1px;
  flex-direction:row;
  border-top-left-radius:0.4rem;
  border-top-right-radius:0.4rem;
  border-bottom-left-radius:0.4rem;
  border-bottom-right-radius:0.4rem;
  }
      

      
  .eHhBxN.dark {
    color:#ffffff;
  border-color:var(--grey-800, #262626);
  border-style:solid;
  border-width:1px;
  background-color:#1a1a1a;
  }
      

        
      
      
  .fsqznS {
    width:1rem;
  height:1rem;
  display:block;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .chJcPL {
    display:block;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .dlXFmf {
    color:black;
  width:2.25rem;
  height:2.25rem;
  display:flex;
  background:var(--brand-9);
  transition:all 400ms ease 0ms ;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  border-top-left-radius:0.5rem;
  border-top-right-radius:0.5rem;
  border-bottom-left-radius:0.5rem;
  border-bottom-right-radius:0.5rem;
  }
      

      
  .dlXFmf.dark {
    color:#ffffff;
  transition:all 250ms ease 0ms ;
  border-color:var(--grey-700, #404040);
  border-style:solid;
  border-width:1px;
  background-color:var(--grey-800, #262626);
  }
      


  .dlXFmf.success-light {
    color:var(--green-600, #059669);
  transition:all 250ms ease 0ms ;
  border-color:var(--green-200, #A7F3D0);
  border-style:solid;
  border-width:1px;
  background-color:var(--green-50, #ECFDF5);
  }
      


  .dlXFmf.success-dark {
    color:#ffffff;
  transition:all 250ms ease 0ms ;
  border-color:var(--green-500, #10B981);
  border-style:solid;
  border-width:1px;
  background-color:var(--green-600, #059669);
  }
      


  .dlXFmf.danger-light {
    color:black;
  background:var(--ui-red);
  transition:all 250ms ease 0ms ;
  }
      


  .dlXFmf.danger-dark {
    color:#ffffff;
  transition:all 250ms ease 0ms ;
  border-color:var(--red-500, #EF4444);
  border-style:solid;
  border-width:1px;
  background-color:var(--red-600, #DC2626);
  }
      

        
      
      
  .ubuwK {
    display:block;
  font-size:var(--font-size-base);
  font-family:"Space Grotesk";
  font-weight:var(--font-weight-bold);
  flex-direction:row;
  }
      

      
        
      
      
  .fovLNs {
    gap:0.75rem;
  flex:1;
  width:100%;
  display:flex;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .toaster\:JDS271fmXe8GowQuE7iFv {
    width:20rem;
  flex-direction:column;
  }
      

      
          @media (max-width: 350px) {
            
  .toaster\:JDS271fmXe8GowQuE7iFv {
    width:100%;
  display:flex;
  position:relative;
  flex-direction:column;
  }
      

          }
          
        
      
      
  .eqdwhc {
    top:1rem;
  right:1rem;
  z-index:;
  position:fixed;
  }
      

      
          @media (max-width: 350px) {
            
  .eqdwhc {
    top:1rem;
  flex:1;
  left:1rem;
  right:1rem;
  position:fixed;
  }
      

          }
          
        
      
      
  .eMkwVd {
    flex-direction:column-reverse;
  }
      

      
          @media (max-width: 350px) {
            
  .eMkwVd {
    width:100%;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .dracdA {
    width:auto;
  height:1.25rem;
  }
      

      
        
      
      
  .dqICYd {
    display:flex;
  row-gap:0.6rem;
  flex-wrap:wrap;
  column-gap:0.6rem;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .elhPAg {
    row-gap:0.5rem;
  column-gap:0.5rem;
  }
      

      
        
      
      
  .cHeedL {
    width:100%;
  height:100%;
  overflow-x:clip;
  overflow-y:auto;
  }
      

      
        
      
      
  .bCNRtg {
    display:flex;
  row-gap:0.5rem;
  flex-wrap:wrap;
  column-gap:0.5rem;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .dWzTuY {
    color:white;
  width:100%;
  height:auto;
  display:flex;
  font-size:var(--font-size-sm);
  background: black;
  align-items:center;
  font-family:Inter;
  justify-content:flex-start;
  }
      

      
        
      
      
  .bXKCFL {
    color:inherit;
  display:inline-block;
  }
      

      
        
      
      
  .WQdX {
    width:100%;
  height:auto;
  display:flex;
  row-gap:1rem;
  flex-wrap:wrap;
  max-width:75rem;
  column-gap:1rem;
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:space-between;
  }
      

      
          @media (max-width: 600px) {
            
  .WQdX {
    display:flex;
  row-gap:1rem;
  column-gap:1rem;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

          }
          
        
      
      
  .EuIah {
    display:flex;
  row-gap:1.5rem;
  column-gap:1.5rem;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .eZLcyo {
    flex:1  ;
  width:100%;
  row-gap:1.5rem;
  z-index:5;
  max-width:75rem;
  column-gap:1.5rem;
  padding-top:3rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:3rem;
  }
      

      
        
      
      
  .fsHjlQ {
    flex:1  ;
  width:100%;
  height:auto;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  .VBYoX {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  z-index:0;
  position:absolute;
  overflow-x:hidden;
  overflow-y:hidden;
  }
      

      
        
      
      
  .bcZoIU {
    top:35vh;
  left:-0.3rem;
  width:4rem;
  height:4.5rem;
  position:absolute;
  }
      

      
        
      
      
  .dZdtVw {
    top:20vh;
  left:40%;
  width:1.5rem;
  height:1.5rem;
  position:absolute;
  }
      

      
        
      
      
  .cvemXt {
    top:70vh;
  left:82%;
  width:0.8rem;
  height:0.8rem;
  position:absolute;
  }
      

      
        
      
      
  .AFCTW {
    top:24vh;
  left:60%;
  width:1.5rem;
  height:1.5rem;
  position:absolute;
  }
      

      
        
      
      
  .enyONh {
    top:55vh;
  left:80%;
  width:clamp(1.5rem, 3vw, 3rem);
  height:2rem;
  position:absolute;
  }
      

      
        
      
      
  .bNkEDj {
    top:60vh;
  left:65%;
  color:transparent;
  position:absolute;
  font-size:17rem;
  font-family:Syne;
  font-weight:var(--font-weight-bold);
  -webkit-text-stroke:1.4px var(--brand-9);
  }
      

      
        
      
      
  .bMKmnT {
    top:30vh;
  left:90%;
  width:clamp(1.5rem, 3vw, 3rem);
  height:2rem;
  position:absolute;
  }
      

      
        
      
      
  .dnomJI {
    top:65vh;
  left:90%;
  width:1.5rem;
  height:1.5rem;
  position:absolute;
  }
      

      
        
      
      
  .dnICfU {
    top:0.5rem;
  left:15%;
  width:clamp(1.5rem, 3vw, 3rem);
  height:2rem;
  position:absolute;
  }
      

      
        
      
      
  .dDzQLG {
    top:60vh;
  left:1rem;
  width:1.5rem;
  height:1.5rem;
  position:absolute;
  }
      

      
        
      
      
  
      

      
        
      